home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Student Private Syndrome 3
/
Student Private Syndrome 3.iso
/
private
/
janken
/
janken.dxr
/
00030_StartÉ{É^Éì.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-21
|
271 b
|
16 lines
on mouseDown
global seclick
if pushbutton() then
sound stop 1
puppetSound(seclick)
updateStage()
repeat with i = 3 to 5
set the visible of sprite i to 0
end repeat
exitready()
exitpon()
updateStage()
go("Start")
end if
end